Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_classes
get_declared_classes
Returns an array composed of the names of defined classes
Name:
get_declared_classes
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array composed of the names of defined classes
Related
Top PHP Practical Cases: A Complete Guide to Enhancing Your Coding Skills
1
Complete Guide for PHP to MySQL Connection Setup on Linux
7
How to use strnatcasecmp for forward and reverse sorting of version numbers in PHP?
9
Using the abs() Function with PHP Date Functions: Detailed Example Explained
1
Similar Functions
get_parent_class
get_parent_class
Returnstheparentclas
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_object_vars
get_object_vars
Returntowritetoyouth
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_called_class
get_called_class
Thenameofthe"La
get_class_vars
get_class_vars
Returnsanarrayofdefa
is_a
is_a
Checkifanobjectbelon
method_exists
method_exists
Checkiftheclassmetho
Popular Articles